Welcome![Sign In][Sign Up]
Location:
Search - sudoku backtracking

Search list

[Othersudoku

Description: 回溯演算的应用。用回溯演算求数独解。 可以用来解数独或 对回溯演算有初步了解的人可以当范例看-Retroactive application of calculus. Calculus with backtracking for Sudoku solutions. Skills can be used alone or to have a preliminary understanding of backtracking algorithms can watch when the sample
Platform: | Size: 38912 | Author: lin | Hits:

[Windows DevelopSodoku

Description: 数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a single example of a few rules, and then can enter the number of known points and coordinates, numbers (request can not be against the rules), and then meet the conditions will generate an example.
Platform: | Size: 1345536 | Author: hjj | Hits:

[Other Riddle gamesSudoku

Description: 数独解法,能够解不要求回溯的数独问题,目前只支持用户自己出题。-Sudoku Solution, to the solution does not require backtracking Sudoku problem, currently only supports the user
Platform: | Size: 38912 | Author: 法法 | Hits:

[Windows DevelopAssignment1

Description: 利用回溯算法数独游戏解算C++代码,能够较快的求解出数独问题-The use of backtracking algorithm solving sudoku C++ code, can be faster to solve a sudoku problem
Platform: | Size: 1024 | Author: 与超 | Hits:

[Windows DevelopDancingLinks

Description: 在计算机科学,舞蹈链接,也被称为的DLx ,是技术建议唐纳德克努特有效地执行其算法十算法X是递归,随意性,深度优先,回溯算法,认为所有的解决方案的确切覆盖问题。一些较为著名的确切涵盖的问题包括瓦工,n皇后问题,数独。-In computer science, Dancing Links, also known as DLX, is the technique suggested by Donald Knuth to efficiently implement his Algorithm X. Algorithm X is a recursive, nondeterministic, depth-first, backtracking algorithm that finds all solutions to the exact cover problem. Some of the better-known exact cover problems include tiling, the N queens problem, and Sudoku.
Platform: | Size: 518144 | Author: ucvvf | Hits:

[Other Riddle gamessudokusolver

Description: a sudoku solver can solve sudoku problems which contains one solution or no solution. using backtracking algorithm-a sudoku solver can solve solve sudoku problems which contains one solution or no solution. using backtracking algorithm
Platform: | Size: 1024 | Author: alex | Hits:

[OtherSudo

Description: 一个数独游戏的计算小程序.利用回溯算法.能算出所有可能的结果.-The calculation of a Sudoku applet. The use of backtracking algorithms. Is able to calculate all the possible outcomes.
Platform: | Size: 3950592 | Author: 黄金生 | Hits:

[Data structsSudoku

Description: 回溯法生成数独-Backtracking generates Sudoku
Platform: | Size: 1024 | Author: froser | Hits:

[Game ProgramSudoku

Description: 金山实习时候写的数独游戏,用到回溯算法,按代码规范写的-Jinshan practice time to write Sudoku, backtracking algorithm used by the code written specification
Platform: | Size: 3841024 | Author: YuanfengDu | Hits:

[JSP/Javasudoku

Description: a very simple example of backtracking solution to generate a sudoku grid, and its answer. only need to have a dificult analizer. just try to clear a certain cuantity of numbers. sorry by my english. i hope this will be usefull
Platform: | Size: 49152 | Author: Cristian Salazar | Hits:

[Other Gamessudu

Description: 数独求解程序,用回溯法求解一般数独,效率比较高-Sudoku solver, using backtracking to solve Sudoku general, more efficient
Platform: | Size: 1024 | Author: lxp | Hits:

[Data structsSUDOKU

Description: 九宫格的数独问题,利用回溯法来求解,C#语言,包括:初始化及填数的步骤-Jiugongge Sudoku problem to solve using backtracking, C# language, including: the number of steps to initialize and fill
Platform: | Size: 78848 | Author: gle | Hits:

[Other Riddle gamesSudoku

Description: 使用回溯求解数独的小程序,命令行读取输入输出文件-Backtracking to solve Sudoku applet command line reads the input and output files
Platform: | Size: 12288 | Author: zhangch | Hits:

[Other Riddle gamessudokuc

Description: 数独,使用回溯法编写,思路清晰,适合初学者学习-Sudoku, the use of backtracking written, clear, suitable for beginners to learn
Platform: | Size: 12288 | Author: 王小龙 | Hits:

[Chess Poker gamesCrack-Sudoku

Description: Crack Sudoku use Backtracking
Platform: | Size: 56320 | Author: 郑维健 | Hits:

[Data structssudoku

Description: //一个解数独的程序,纯C编写,不依赖特殊库,移植容易。个人原创! //采用的回溯法,剪枝程序采用动态规划思想进行了大量优化,比一般数独程序可以统计用多少步,中间碰到多少分支,侧面反映题目难度,虽然不能和人的技巧相比,也可以参考一下。 //对于研究数独方法或许没有帮助,但是可以帮助验证结果,统计难度。对于出题时可以去掉的项,也可用其验证。有代码,看懂后可以随便修改。 //解世界上最难数独大概1s左右 //程序作者:原建业-Sudoku @ a program written in pure C, do not rely on special libraries, easy to transplant. Personal originality! @ Uses backtracking, pruning program uses dynamic programming to optimize a lot, than the average Sudoku program can count the number of steps used, the number of branches across the middle, the reflection of the difficulty of the subject, although it is not and people skills compared You can also refer to. @ Sudoku method for the study may not help, but it can help verify the results, statistics difficult. For questions can be removed when the entry is also available in its validation. There code, you can easily modify the read. @ Solution is probably the most difficult sudoku 1s around the world
Platform: | Size: 6144 | Author: 原建业 | Hits:

[Othersuduko

Description: 用试探回溯法求解数独。从第一排第一个开始逐个尝试,并判断是否符合要求,如果不符合要求,回溯,如果符合要求,递归求解下一个位置,直到所有的位置已经填满。-Trial Sudoku backtracking. The first attempt to start the first row one by one and determine whether compliance with the requirements, if not met, back, if they meet the requirements, the next position to solve recursively until all positions have been filled.
Platform: | Size: 24576 | Author: kangrong | Hits:

[AI-NN-PRbacktracking_solve_sudoku

Description: 回溯法解决数独问题,文件读取数独游戏,空位使用0补齐,输出为填充完毕的数独-Backtracking to solve Sudoku problems, file reads Sudoku, use 0 vacancies filled, the number of output is only completed filling
Platform: | Size: 290816 | Author: 刘峰 | Hits:

[AI-NN-PR常用问题的算法

Description: 常用问题的算法,包括表达式求值,递归二分查找,归并算法,回溯法求解数独问题等(The commonly used algorithms, including recursive expression evaluation, two search, merging algorithm, backtracking and Sudoku problem etc.)
Platform: | Size: 26624 | Author: yiyiyiyiyiyiyi | Hits:

[Game Programsudoku

Description: 利用回溯法求解数独的小程序,程序利用Fortran语言编写(Using backtracking method to solve Sudoku)
Platform: | Size: 1015808 | Author: 鱼丸油面 | Hits:
« 12 »

CodeBus www.codebus.net